First go at migrating GtkTreeView(Column) to GtkCellArea
authorKristian Rietveld <kris@gtk.org>
Sun, 28 Nov 2010 18:01:49 +0000 (19:01 +0100)
committerKristian Rietveld <kris@gtk.org>
Sun, 28 Nov 2010 18:54:24 +0000 (19:54 +0100)
commit6fe9df2f1d553dd03e5c4a876b6c411a94a6585f
tree530d17269336d08dd4d5c492b0d81b066e2c5613
parent05b217ab2af9d86c4749ad2d3d50bd45b40018f9
First go at migrating GtkTreeView(Column) to GtkCellArea

This is still very much a work in progress, but it renders and more or
less works.  I will be fixing up the details in the very near future.

Important: this commit breaks ABI as it modifies the GtkTreeViewColumn
structure in gtktreeviewcolumn.h.  This is a sealed structure that needs
to be moved to an internal header file, most likely gtktreeprivate.h.
gtk/gtktreeprivate.h
gtk/gtktreeview.c
gtk/gtktreeviewcolumn.c
gtk/gtktreeviewcolumn.h